study

2022-06-11

JupyterHub

회사 jupyterHub 링크 : http://192.168.55.117

Postgres DB

key value
Host 192.168.55.115
Port 30432
DB name 2022_aistudy
User/Pass aistudy / aistudy
Table name titanic

1주차 : Orientation day

  1. 아나콘다 설치
    1. Anaconda Distribution - https://www.anaconda.com

      Conda는 Windows, macOS 및 Linux에서 실행되는 오픈 소스 패키지 및 환경 관리 시스템입니다. Conda는 패키지를 빠르게 설치, 실행 및 업데이트하고 …

    2. 옵션 체크 :
       [v]Register Anaconda  as my default Python ..
      
    3. Anaconda Prompt 에서 버전 확인
       conda --version
       python --version 
      
    4. Path 설정
       `c:/users/../anaconda3`
      
    5. 패키지 설치
       pip install pandas
      
    6. 주요 패키지
      1. Pandas
      2. Numpy
      3. Matplotlib
      4. Seaborn
      5. Sklearn
      6. PM4PY
      7. Psycopg2
  2. 주피터 허브 로그인 - http://192.168.55.117

  3. 주피터 허브 인스톨
    1. PIP
       import sys
       !{sys.executable} - m pip install PACKAGE
      
    2. Conda
       import sys
       !conda install -y --prefix {sys.prefix} PACKAGE
      

results matching ""

    No results matching ""

    99 other / uml

    04 react / JSX